home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000211_malonespam@cox.net_Wed Nov 30 16:07:48 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail
  2. From: "malone" <malonespam@cox.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Take command exiting...
  5. Date: 30 Nov 2005 13:00:55 -0800
  6. Organization: http://groups.google.com
  7. Lines: 18
  8. Message-ID: <1133384455.038767.79060@o13g2000cwo.googlegroups.com>
  9. NNTP-Posting-Host: 66.210.191.2
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1133384460 20021 127.0.0.1 (30 Nov 2005 21:01:00 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Wed, 30 Nov 2005 21:01:00 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: o13g2000cwo.googlegroups.com; posting-host=66.210.191.2;
  19.    posting-account=LxXIuA0AAAA2dCHaJqSV7RGvG1JOzZSs
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15458
  21.  
  22. With out trying to get too depp in it - I am processing an array that
  23. is populated with mulitple kermit command files,  for the sake of
  24. complexity lets say 10 command files are in the array, if there is a
  25. problem with command file # 5 and it is not processing corectly, is
  26. there a way to fail #5 command file and resume on #6 command file?
  27.  
  28. example of code :
  29.   assign \%v \ffiles(*.ksc)
  30.   declare \&b[\%v]
  31.   for \%j 1 \%v 1 {
  32.     take \&b[\%j]
  33.   }
  34.  
  35. This may have been answered somewhere else and not seen it.
  36.  
  37. Thank you in advance for your help.
  38. Malone
  39.